-
-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add custom spacing to line alignment rule #740
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides my comments, everything looks great to me from here... Thanks!
Co-authored-by: Brett Zamir <[email protected]>
Thank you for your review @brettz9! The changes were added. =) |
I got the commit message fine I think, but Git is not finding the remote refs to complete the CI and release process. Trying to figure out how to resolve. |
🎉 This PR is included in version 34.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Fixes #732
It introduces the
customSpacings
option to the line alignment rule. You can use something like:If the spacing is not defined, it uses
1
by default.